COM Up! Help |
|
2001(c) Bitwheel All Rights Reserved. |
Object
Details
[second part of the
program]
This part of the program provides complete type information for some COM object if the object has registered type library.
Navigator
is a simple toolbar used to navigate through list of COM objects when you
are in the Object Details part of the program. Using this buttons you can
move back, ahead or to start or end of the list in the COM Objects part of
the program. For example, you can easily sort DLLs by their Description column
and then move through objects using this toolbar and view their type information.
Near the Navigator is caption with the ProgID of the COM object which type
information is displayed.
Types
is a list of all types which selected COM object contain. There are nine kinds
of types (interfaces, coclasses, enumerations, dispatch interfaces, modules,
unions, etc.). When some type is selected, details about it are displayed
in the lower left window and the list of type's members are displayed in the
upper right window depending on the kind of the selected type.
Type Members
are listed in the upper right window depending what kind of type is selected.
There are five tabs (All, Methods, Properties, Variables, Functions) that
separate type members in different categories. If we right click any member
there will be a pop-up menu to copy selected text to clipboard. When some
type member is selected, its details are shown in lower right window, similarly
to type details in the left window.